home *** CD-ROM | disk | FTP | other *** search
- * PRINTER CODE DATA FOR "TWO COLUMN PRINTER" Release 6 (2COLUMNS.PRG)
- * Panasonic KX-P1191
- *
- * IMPORTANT: Do not add or delete any commas or any lines in the codes
- * section below. This includes the remarks portion of the code lines. Keep
- * the "-----CODES AND DEFAULTS----" line intact. Don't use TABs.
- *
- * Codes are decimal ASCII. Full editing instructions are in 2COLUMNS.DOC
- * CPI = Characters Per Inch (pitch) LPI = Lines Per Inch
- *
- $ MB=2,TS=5,CL=2 (Max Blank lines, Tab Spacing, default Column Length
- * reduction) Ranges are: MB 0-9, TS 2-9, CL 0-9 Note dollar sign
- *
- @ SORT=n, 2SIDES=n, DRAFT=y, DATE=y, DISK=n, EQUAL=y, EUROPE=n
- *
- ------------- CODES AND DEFAULTS ------------
- 027 056, Disable the 'Paper-Out' sensor
- 027 057, Enable the 'Paper-Out' sensor
- 027 065 010, 7 lines/inch line spacing (use closest value - 10/72 inch here)
- 027 064 027 080 027 120 000, Initialize-10CPI-Draft
- 027 079, Cancel 'Skip-Over-Perforations'
- 027 087 001, Fancy Print for Heading - Expanded (double width)
- 027 087 000, Cancel Fancy print
- 027 120 001 027 107 001, Set enhanced print (NLQ sans serif here)
- 027 120 000, Cancel enhanced printing
- *
- "TXT", Default file extension to be shown in file selector box.
- 6, The number of type sizes you want (up to 6 allowed)
- *
- "Compressed Elite - 20 CPI", Name of type size #1 (25 characters max)
- 027 077 015, Printer codes for this
- 160, Number of characters of this size that fit on a FULL line
- 74, Maximum lines per column with 7 LPI spacing
- *
- " as above but at 8 LPI", Name of size #2
- 027 077 015 027 048, codes
- 160, characters per full line
- 83, Maximum lines per column with 8 LPI spacing
- *
- "Compressed - 17 CPI", Name #3
- 027 015 027 081 137, codes
- 137, characters/line
- 74, lines/column
- *
- " as above but at 8 LPI", Name #4
- 027 015 027 081 137 027 048, codes
- 137, characters/line
- 83, lines/column
- *
- "Micron - 15 CPI", name #5
- 027 103, codes
- 120, characters/line
- 74, lines/column
- *
- " as above but at 8 LPI", name #6
- 027 103 027 048, codes
- 120, characters/line
- 83, lines/column
- ****************************************
-